func crypto/md5.consumeUint64

2 uses

	crypto/md5 (current package)
		md5.go#L89: 	b, d.len = consumeUint64(b)
		md5.go#L94: func consumeUint64(b []byte) ([]byte, uint64) {